header{
	width: 100%;
    height: 50px;
}
.h_center{
	width: 100%;
	margin: 0 auto;
    margin-top: 10px;
}
.moble_nav{
    display: -webkit-box;
    overflow-x: overlay;
    line-height: 30px;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    border-bottom: 1px solid #ccc;
}
.moble_nav:-webkit-scrollbar {
    display: none;
}
.orange {
    color: rgb(255, 76, 65);
    font-weight: bold!important;
}
.haoyiguan {
    color: rgb(255, 104, 39);
    font-weight: bold!important;
}
.moble_nav a{
    display: block;
}
.moble_nav .nav_list{
    padding: 10px 10px;
    font-size: 15px;
    text-align: center;
}
.moble_nav a:hover,a:visited,a:link,a:active{
    color: #333;
}
.h_left{
	height: 50px;
	float: left;
}
.h_left a{
	display: block;
	width: 100%;
	height: 50px;
}
.logo{
	width: 45px;
	height: 40px;
}
.mob_img{
	margin-top: 5px;
	margin-left: 5px;
	border-radius: 20px;
}
.mob_img1{
	width: 70%;
}
.h_right{
	width: 20%;
	height: 50px;
	float: right;
}
.nav_ul{
	display: none;
}
.nav_moble{
	clear: both;
	display: none;
	width: 100%;
	border-top: 1px solid #fff;
	background-color: #1887cd;
}
.xiaoa{
	display: inline!important;
}
.nav_moble li{
	padding: 10px;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
}
.nav_moble li a{
	color: #fff;
	display: inline-block;
	width: 100%;
	padding: 5px;
}
.nav_moble li a:hover{
    color: #fff;
}
#banner{
	position: relative;
	width: 100%;
	/*height: 200px;*/
	overflow: hidden;
}
#banner ul{
	position: absolute;
	list-style-type: none;
	opacity: 0.8;
	z-index: 100;
	bottom: 10px;
	right: 45%;
}
#banner ul li{
	padding: 0px 8px;
	float: left;
	display: block;
	color: #fff;
	border: 1px solid #e5eaff;
	background: #6f4f67;
	border-radius: 10px;
}
#banner ul li.on{
	background: #900;
}
#banner_list{
	width: 100%;
	height: 150px;
}
#banner_list a img{
	width: 100%;
	height: 100%;
}
.top-moble{
    margin-top: 50px;
}
.content{
	width: 100%;
	height: auto;
}
.content_center{
	width: 90%;
	padding: 2rem 0;
	margin: 0 auto;
}
.con_title{
	font-size: 18px;
	color: #3b3b3b;
	font-weight: 600;
}
.hezuopic{
    width: 100%;
}
.lowtip{
	font-size: 12px;
	color: #666;
	padding: 5px 0;
	width: 100%;
	text-align: center;
	border-bottom: 2px solid #ccc;
}
.lowtip span{
	padding: 5px 0;
	/*border-bottom: 2px solid #1887cd;*/
}
.tuwen{
	display: none;
}
.under_inline2 {display: none;}
.moble_intro{
	width: 100%;
	height: auto;
}
.moble_intro ul li{
	padding: 10px 0px;
}
.moble_img1{background-image: url(../images/phone.jpg);}
.moble_img2{background-image: url(../images/eguanjia.jpg);}
.moble_intro ul li .moble_moku{
	width: 100%;
	height: 260px;
	background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
}
.moble_moku{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.moble_moku div{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
.moble_moku img{
	width: 50px;
	height: 50px;
	margin: 12px 0 0 32px;
	border-radius:8px;
	vertical-align: bottom;
}
.moble_moku span{
	line-height: 50px;
}
.moble_moku p{
	font-size:12px;
	color: #fff;
	padding:5px;
	line-height:20px;
	text-indent:20px;
    text-align: justify;
}
.f16px{
    font-size: 16px;
}
.border_fff{
	border:1px solid #fff;
}
.border_hui{
	border:1px solid #986463;
}
.shipin{
    height: 200px;
}
.todaynews{
	height:auto;
	margin:0 auto;
	background-color:#1888CD;
	padding:1rem;
}
.todaynews_center{
	margin:0 auto;
}
.moble_tuwen{
	display:block;
	margin-top:10px;
	padding:20px 0;
	border-top:1px solid #ccc;
}
.news-ul{
	margin-top:20px;
    background-color:#fff;
}
.news-li {
    overflow: hidden;
    padding: 10px;
}
.info-pic{
	display:inline-block;
	float:left;
	width:25%;
	height:90px;
	overflow:hidden;
	margin-right:15px;
}
.info-pic img {
    width: 100%;
    height: 100%;
    transition: all .4s ease-in-out;
}
.news-ul .detail {
    border-bottom: 1px dashed #eee;
    height: 100px;
    overflow: hidden;
}
.news-ul .detail .title {
    display: inline-block;
    font-size: 14px;
    color: #323232;
    height: 22px;
    width: 100%;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-ul .detail .title:hover{
    color: #1888CD;
}
.news-ul .detail p {
    margin-bottom: 10px;
    font-size: 12px;
    color: #999;
    height: 44px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-ul .detail .date {
    font-size: 14px;
    color: #999;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 10px;
}
footer .container{
	font-size:14px;
	width:100%;
	background:#31373B;
}
footer .container .container-unit{
	padding:10px 20px;
}
footer .container .container-title{
	display:block;
	color:#fff;
	padding:10px;
}
footer .container .nuit-img {
    width: 100%;
    text-align: left;
    padding-bottom: 20px;
    border-bottom: 1px solid #5b5b5b;
}
.nuit-img span {
    display: inline-block;
    width: 33px;
    height: 33px;
    cursor: pointer;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    margin: 0 2px;
}
.nuit-img .img1 {
    background-position: -8px -1px;
}
.nuit-img .img2 {
    background-position: -56px -1px;
}
.nuit-img .img3 {
    background-position: -104px -1px;
}
.nuit-img .img4 {
    background-position: -146px 0;
}
.nuit-img .img5 {
    background-position: -197px 0;
}
.nuit-img .img6 {
    background-position: -248px 0;
}
.nuit-img .img7 {
    background-position: -294px -1px;
}
.nuit-img .img8 {
    background-position: -338px -1px;
}
.nuit-img .img9 {
    background-position: -388px -1px;
}
.nuit-img .img10 {
    background-position: -435px -1px;
}
.nuit-img .img11 {
    background-position: -483px -1px;
}
.nuit-img .img12 {
    background-position: -532px -1px;
}
.nuit-img .img13 {
    background-position: -579px -1px;
}
.nuit-img .img14 {
    background-position: -626px -1px;
}
.nuit-img .img15 {
    background-position: -671px -1px;
}
.nuit-img .img16 {
    background-position: -722px -1px;
}
.nuit-img .img17 {
    background-position: -768px -1px;
}
.nuit-img .img18 {
    background-position: -816px -1px;
}
.nuit-img .img19 {
    background-position: -864px -1px;
}
.nuit-img .img20 {
    background-position: -912px -1px;
}
.container .zhifu {
    text-align: center;
    margin-top: 20px;
    line-height: 20px;
    color: #fff;
}
.container .zhifu span.division {
    width: 2px;
    height: 10px;
    margin: 0 5px;
    background: #ccc;
}
.container .copyright {
    text-align: center;
    line-height: 20px;
    color: #9d9d9c;
}
.copyright a {
    color: #477BB8;
}
.banner_img0{
	background: url(../images/banner.jpg) center top no-repeat;
}
.banner_img1{
	background: url(../images/banner2.jpg) center top no-repeat;
}
.banner_img2{
	background: url(../images/banner_eguanjia.jpg) center top no-repeat;
}
.banner_img3{
	background: url(../images/banner3.jpg) center top no-repeat;
}
.banner_img4{
	background: url(../images/banner4.jpg) center top no-repeat;
}
.banner_img5{
	background: url(../images/banner5.jpg) center top no-repeat;
}
.banner_img6{
    background: url(../images/banner6.jpg) center top no-repeat;
}
.header_pic {
    position: relative;
    width: 100%;
    height: 152px;
    overflow: hidden;
}
.bg_top{
	width: 100%;
	height: 150px;
	background-size: 100% 100%;
}
.content_center .introduce p {
    margin: 18px 0;
    font-size: 16px;
    color: #3b3b3b;
    line-height: 25px;
    text-align: justify;
}
.moble-font{
    font-size: 18px;
}
.news-body .introduce p {
    margin: 18px 0;
    font-size: 16px;
    color: #3b3b3b;
    line-height: 25px;
    text-align: justify;
}
.introduce .in-nav {
    margin-top: 30px;
    width: 100%;
    height: 90px;
    line-height: 90px;
    text-align: right;
    background: url(../images/in-nav.jpg) center no-repeat;
    background-size: 100% 100%;
}
.introduce .in-nav {
    margin-top: 20px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: right;
    background: url(../images/in-nav.jpg) center no-repeat;
    background-size: 100% 100%;
}
.moble_f12{
    font-size: 1.2rem;
}
.introduce .in-nav a {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin-right: 5%;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 10px 10px;
}
.introduce .in-title {
    display: inline-block;
    width: 62px;
    text-align: center;
    font-weight: 600;
    color: #fff;
    height: 36px;
    line-height: 36px;
    background: url(../images/title.png) center no-repeat;
    background-size: 100% 100%;
}
.con_title{
	padding: 5px 0;
	border-bottom: 2px solid #1887cd;
}
.case{
	position: relative;
	color: #3b3b3b;
}
.case-title{
    line-height: 40px;
}
.case-title-header{
    margin-left: 40px;
    line-height: 40px;
}
.wechatimg {
    position: absolute;
    width: 40px;
    height: 40px;
    vertical-align: bottom;
}
.wechatimg img{
	width: 100%;
	height: 100%;
}
.case>img{
	width: 100%;
	overflow-x: scroll;
}
.introduce>img{
	width: 100%;
	overflow-x: scroll;
}
.eguanjia-img {
    background: url(../images/eguanjia_bg.jpg) top center no-repeat;
    width: 100%;
    margin: 0 auto;
    background-size: 100% 100%;
}
.content .title{
	text-align: center;
}
.content .title h3{
	padding: 30px 0 10px 0;
	font-size: 18px;
	color: #3b3b3b;
}
.eguanjia_one {
    position: relative;
    margin: 0 auto;
    width: 90%;
    height: auto;
}
.eguanjia_one ul li {
    float: left;
    width: 100%;
    height: 120px;
    margin-right: 8px;
    margin-bottom: 20px;
    background: #fafbec;
    opacity: .8;
}
.eguanjia_one ul li img {
    width: 60px;
    height: 60px;
    position: relative;
    top: 15px;
    left: 25px;
    float: left;
}
.eguanjia_one ul li div {
    position: relative;
    width: 85%;
    top: 25px;
    left: 45px;
}
.eguanjia_title {
    font-size: 18px;
    color: #000;
}
.eguanjia_text {
	color: #000;
    font-size: 12px;
    margin-top: 10px;
    /* font-weight: 500; */
    line-height: 1.5;
}
.eguanjiatwo {
    clear: both;
    position: relative;
    margin: 0 auto;
    width: 90%;
}
.eguanjiatwo ul li {
    text-align: center;
}
.eguanjiatwo ul li p{
    font-size: 16px;
    color: #999;
    padding: 5px;
}
.moble_none{display: none;}
.news-body{
	width: 90%;
	margin: 0 auto;
}
.news-body .navs{
	padding-top: 20px;
}
.news-body .navs .nav-news{
}
.news-body .navs .nav-news a{
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.newhots {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin-top: 12px;
    line-height: 30px;
    border-bottom: 1px solid #efefef;
}
.newhots span {
    display: inline-block;
    height: 100%;
    border-bottom: 2px solid #2ba8e2;
}
.news-body .news-list {
    border: 1px solid #f5f5f5;
    border-top: 0;
    margin-bottom: 95px;
}
.news-body .news-list ul {
    display: block;
    margin: 0 auto;
}
.news-body .news-list li {
    display: block;
    line-height: 30px;
    text-overflow: ellipsis;
    border-bottom: 1px dashed #dfe3e3;
}
.news-ul .detail .h0{
    height: 20px;
}
.news-body .news-list li em {
    display: inline-block;
    width: 4px;
    height: 4px;
    margin-bottom: 4px;
    background: #eb7373;
}
.news-body .news-list li .title-tag {
    font-size: 14px;
    color: #9d9d9d;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}
.title-tag a {
    text-decoration: none;
}
.article_content .p_supper{
    text-indent: 0px;
    color: #3379F5;
    font-size: 18px;
}
.red{
    color: red;
}
.news-body .news-list li .source {
    font-size: 12px;
    color: #c7c7c7;
    display: inline-block;
}
.news-body .news-list li .times {
    float: right;
    font-size: 12px;
    color: #c7c7c7;
    margin-right: 14px;
}
.gywm_left{
	text-align:center;
}
.gywm_left img{
	width: 50%;
	height: auto;
	margin:0 auto;
	background-size: cover;
}
.gywm_left p{
	color: #9d9d99d;
	font-weight: bold;
	font-size: 14px;
}
.gywm_right{
    padding-top: 20px;
	width: 90%;
	margin: 0 auto;
}
.gywm_right p{
	font-size: 14px;
	color: #3b3b3b;
	line-height: 16px;

}
.gywm_right p span{
	font-size: 16px;
	font-weight: bold;
	color: #999;
}
.gywm_right a {
    font-size: 14px;
    text-decoration: none;
    color: #1887cd;
}
.article_header {
    padding: 20px;
    margin: 0 auto;
    text-align: center;
}
.article_header h3 {
    font-size: 18px;
    font-weight: normal;
    color: #3b3b3b;
    line-height: 1.2;
}
.a_on{
  color: #1887cd!important;
  border-bottom: 1px solid #1887cd;
}
.solvway {
    color: #666;
    padding: 10px 0;
}
.article_header img{
	width: 100%;
}
.article_content {
    font-size: 16px;
    color: #5c5c5c;
    height: auto;
    padding: 10px 10px;
    margin: 10px 0px 50px 0px;
    border: 1px solid #F5F5F5;
}
.article_content p {
    padding: 14px 0;
    font-weight: 500;
    /*text-indent: 32px;*/
    line-height: 24px;
    text-align: justify;
}
.buscontent{
    border: 1px solid #ccc;
    margin-bottom: 20px;
}
.buscontent .buscontent-left{
    padding-left: 10px;
}
.buscontent-right div {
    text-align: center;
    font-size: 18px;
    line-height: 1.2;
    padding: 10px;
    margin-top: 20px;
    border-top: 1px solid #ccc;
}
.buscontent-right img {
    background-size: contain;
    width: 100%;
}
.contact-two {
    margin-top: 25px;
    height: 80px;
    border: 1px solid #ccc;
    position: relative;
    display: flex;
    text-align: center;
    line-height: 80px;
    font-size: 18px;
}
.contact-two:before {
    content: "";
    width: 57px;
    height: 57px;
    position: absolute;
    background-image: url(../images/contact-search.png);
    left: -8px;
    top: -8px;
}
.contact-two div {
    flex: 1;
}
.contact-three {
    margin-top: 25px;
    border: 1px solid #ccc;
    display: -ms-flexbox;
    padding-right: 10px;
}
.contact-three div {
    margin: 10px 5px 10px 10px;
    background-color: #eef5f8;
    min-width: 30%;
}
.contact-four{
    margin-bottom: 20px;
}
.news-body .introduce p img{
    vertical-align: middle;
}
.hidden_moble{
    display: none;
}